I realize that I missed a method in MyScrollView
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive press: UIPress) -> Bool {
if press.type == .leftArrow || press.type == .rightArrow {
return false
}
return true
}
Topic:
UI Frameworks
SubTopic:
General
Tags: